Click or drag to resize

PropFindMethodGenerateRequestBody Method

Generates the request body of this method.

Namespace:  Independentsoft.Webdav.Methods
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public string GenerateRequestBody(
	PropertyName[] propertyName
)

Parameters

propertyName
Type: Independentsoft.WebdavPropertyName
The name of the property.

Return Value

Type: String
Request body as xml string.
See Also